Font Methods
An object defining methods for the Font class.
GetDifferences(otherObj)
Compares the current instance with another font and returns the differences.
Parameters:
otherObj (required): object
The object to compare with.
Returns:
Type: Dictionary<string, object>
A dictionary of differences between the current instance and the other font.
This is a sync method. Method runs synchronously.